home *** CD-ROM | disk | FTP | other *** search
- @
-
- To see detailed information, click on the line and then select "Get Info" from the View menu.
-
- Rule Framework
-
- Determines the order Installer rules ("inrl") are tested to decide what features to install during an "Easy Install".
-
- Rule
-
- Tests the system configuration and decides what to install during an "Easy Install".
-
- Package
-
- Groups related atoms (other resources which do the actual work during an install).
-
- File Spec
-
- Specifies the name and location of a file.
-
- Target File Spec
-
- Specifies the name and location of a target file.
-
- File Atom
-
- Specifies a specific file to be copied or deleted.
-
- Resource Atom
-
- Specifies a specific resource to be copied or deleted from a file.
-
- Resource List Atom
-
- Specifies a list of resources to be copied or deleted from a file.
-
- Resource Merge Atom
-
- Used to copy all the resources from a source to a target file, replacing existing resources.
-
- Font Family Atom
-
- Specifies a font family to be copied or removed from a file.
-
- Folder Atom
-
- Copies all files from the root-level of a source folder to a target folder. Nested folders are ignored.
-
- Action Atom
-
- Calls a custom code resource.
-
- Audit Atom
-
- Adds an audit trail to the specified file.
-
- Boot Block Atom
-
- Changes the parameters in the boot blocks of the target volume.
-
- Package Comment
-
- Describes a package's contents and is visible at the bottom of the "Customize" screen.
-
- “New” Package Comment
-
- Describes the contents of a package to a user.
-
- Atom Extender
-
- Calls custom code resource to enhance or replace the default copy mechanism of the Installer.
- (Usually used to provide decompression).
-
- File Search Proc
-
- Calls a code resource to locate a file.
-
- Version Compare
-
- Calls a code resource to determine the version of a file or resource and compare it with the version number supplied in the script.
-
- Check Rule Function
-
- Calls external code resource to determine whether a rule clause should return TRUE or FALSE.
-
-